.phoebe_post_preview{    position: relative;
    overflow: hidden;
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 5px;
    box-sizing: border-box;
    font-size: 13px;
    box-shadow: 0 1px 2px rgba(0,0,0,.15), 0 0 1px rgba(0,0,0,.15);
    border-radius: 5px;
    padding-bottom: 0;}
	phoebe_post_title .phoebe_title {
    margin-top: -6px;
    font-size: 1rem;
}

.phoebe_post_preview_cover{float:left;width:210px;height:160px;margin-right:20px;overflow:hidden}
.phoebe_post_preview_cover img{height:126px;cursor:pointer;transition:all .6s}
.phoebe_post_preview_cover img:hover{transform:scale(1.1)}
.phoebe_title{margin-top: -8px;}
.phoebe_post_pre_dlinks {
    margin-top: 1.6rem;
    margin-bottom: 20px !important;
}
.phoebe_post_dlinks,.phoebe_post_pre{
  text-decoration: none!important;
    border: 1px solid;
    border-radius: 2px;
    cursor: pointer;
    font-family: "open sans","hiragino sans gb","microsoft yahei","wenquanyi micro hei",arial,verdana,tahoma,sans-serif;
    font-size: 14px;
    padding: .5rem 1.5rem;}

.phoebe_post_dlinks {
    position: relative;
    margin-right: 15px;
    color: #fcfcfc !important;
    background: #2196f3;
    border-color: #2196f3;
    text-decoration: none!important;
}

.phoebe_post_pre {
    position: relative;
    color: #fff;
    background: #4caf50;
    border-color: #4caf50;
}

code{color: #f44336;}

@media only screen and (max-width: 900px){
	.phoebe_post_preview_cover{display: none;}
}
